home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
076-100
/
091
/
samples
/
makefile
< prev
next >
Wrap
Makefile
|
1995-03-13
|
546b
|
32 lines
# AR = shar -c -v
AR = arch -c
B = ..
D = samples/
all :
(cd aard; make all)
(cd mpu; make all)
(cd demos; make all)
touch :
(cd aard; make all -t)
(cd mpu; make all -t)
(cd demos; make all -t)
shar : samples.shar
(cd aard; make shar)
(cd mpu; make shar)
(cd demos; make shar)
samples.shar : README Makefile standard.adl
( cd ${B} ; ${AR} \
${D}README ${D}COPYRIGHT ${D}Makefile \
${D}standard.adl \
> ${D}samples.shar )
clean :
(cd aard; make clean)
(cd mpu; make clean)
(cd demos; make clean)
rm -f core samples.shar